You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clValue Structure > clValue Methods > clValue.FlipConj Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clValue.FlipConj Method

Flips the real and imaginary part and conjugates the complex number.

Syntax
C#
Visual Basic
public TOpenCLValue FlipConj([In] TOpenCLValue X);

Performs the following transformation: 

a + i*bi ==> b - i*a 

Method flips the real and imaginary part and conjugates calling objects complex value.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!